home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set x to the movieTime of sprite 2
- if x > 1559 then
- preL("PORT1.MOV")
- go("HALL1")
- else
- if (x > 0) and (x < 121) then
- preL("PORT1.MOV")
- go("HALL1")
- else
- if (x < 321) and (x > 160) then
- preL("PORT2.MOV")
- go("HALL2")
- else
- if (x < 521) and (x > 360) then
- preL("PORT3.MOV")
- go("HALL3")
- else
- if (x < 721) and (x > 560) then
- preL("PORT4.MOV")
- go("HALL4")
- else
- if (x < 921) and (x > 760) then
- preL("PORT5.MOV")
- go("HALL5")
- else
- if (x < 1121) and (x > 960) then
- preL("PORT6.MOV")
- go("HALL6")
- else
- if (x < 1321) and (x > 1160) then
- preL("PORT7.MOV")
- go("HALL7")
- else
- if (x < 1521) and (x > 1360) then
- preL("PORT8.MOV")
- go("HALL8")
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-